<p class="Head1"><help:paragraphinfo state="U" number="1"/><help:key-word value="Hour; function" tag="kw66572_1"/><help:link Id="66572">Hour Function [Runtime]</help:link></p>
<p class="Paragraph"><help:paragraphinfo state="U" number="2"/>Returns the hour from a time value that is generated by the TimeSerial or the TimeValue function.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="8" xmlns:help="http://openoffice.org/2000/help"/><span class="T1">Number:</span> Numeric expression that contains the serial time value that is used to return the hour value.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="9" xmlns:help="http://openoffice.org/2000/help"/>This function is the opposite of the <span class="T1">TimeSerial</span> function. It returns an integer value that represents the hour from a time value that is generated by the <span class="T1">TimeSerial</span> or the <span class="T1">TimeValue </span>function. For example, the expression</p>
<p class="PropText"><help:paragraphinfo state="U" number="14" xmlns:help="http://openoffice.org/2000/help"/>Print "The current hour is " & <text:s text:c="" xmlns:text="http://openoffice.org/2000/text"/>Hour( Now )</p>